home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / Ss-Sz / Surf.cpt / SurfHelp / background_2706.txt < prev    next >
Text File  |  1987-11-21  |  3KB  |  156 lines

  1. -- background: 2706 from stack: in
  2. -- bmap block id: 6375
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openbackground
  8.   show menuBar
  9. end openbackground
  10.  
  11.  
  12. -- part 2 (field)
  13. -- low flags: 01
  14. -- high flags: 0000
  15. -- rect: left=36 top=58 right=79 bottom=470
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 2
  20. -- text size: 14
  21. -- style flags: 256
  22. -- line height: 18
  23. -- part name: 
  24.  
  25.  
  26. -- part 1 (field)
  27. -- low flags: 01
  28. -- high flags: 4000
  29. -- rect: left=36 top=84 right=293 bottom=470
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 2
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: 
  38.  
  39.  
  40. -- part 51 (field)
  41. -- low flags: 81
  42. -- high flags: 0000
  43. -- rect: left=24 top=295 right=312 bottom=124
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 3
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: map coords
  52.  
  53.  
  54. -- part 67 (button)
  55. -- low flags: 00
  56. -- high flags: A003
  57. -- rect: left=8 top=322 right=342 bottom=100
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: General Help
  66. ----- HyperTalk script -----
  67. on mouseUp
  68.   go to card id 3047
  69. end mouseUp
  70.  
  71.  
  72.  
  73.  
  74. -- part 68 (button)
  75. -- low flags: 00
  76. -- high flags: A003
  77. -- rect: left=205 top=322 right=342 bottom=297
  78. -- title width / last selected line: 0
  79. -- icon id / first selected line: 0 / 0
  80. -- text alignment: 1
  81. -- font id: 0
  82. -- text size: 12
  83. -- style flags: 0
  84. -- line height: 16
  85. -- part name: Script Info
  86. ----- HyperTalk script -----
  87. on mouseUp
  88.   go to card id 4394
  89. end mouseUp
  90.  
  91.  
  92.  
  93.  
  94. -- part 69 (button)
  95. -- low flags: 00
  96. -- high flags: A003
  97. -- rect: left=418 top=322 right=342 bottom=510
  98. -- title width / last selected line: 0
  99. -- icon id / first selected line: 0 / 0
  100. -- text alignment: 1
  101. -- font id: 0
  102. -- text size: 12
  103. -- style flags: 0
  104. -- line height: 16
  105. -- part name: Exit
  106. ----- HyperTalk script -----
  107. on mouseUp
  108.   visual dissolve
  109.   pop card
  110. end mouseUp
  111.  
  112.  
  113.  
  114. -- part 70 (button)
  115. -- low flags: 00
  116. -- high flags: 0000
  117. -- rect: left=213 top=291 right=317 bottom=247
  118. -- title width / last selected line: 0
  119. -- icon id / first selected line: 19381 / 19381
  120. -- text alignment: 1
  121. -- font id: 0
  122. -- text size: 12
  123. -- style flags: 0
  124. -- line height: 16
  125. -- part name: 
  126. ----- HyperTalk script -----
  127. on mouseUp
  128.   get the number of this card
  129.   if it = 1 then exit mouseup
  130.   visual effect wipe right
  131.   go to previous card
  132. end mouseUp
  133.  
  134.  
  135.  
  136. -- part 71 (button)
  137. -- low flags: 00
  138. -- high flags: 0000
  139. -- rect: left=254 top=291 right=317 bottom=288
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 22308 / 22308
  142. -- text alignment: 1
  143. -- font id: 0
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: 
  148. ----- HyperTalk script -----
  149. on mouseUp
  150.   get the number of this card
  151.   if it = the number of cards then exit mouseup
  152.   visual effect wipe left
  153.   go to next card
  154. end mouseUp
  155.  
  156.